home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Development / General / PDP-8 Emulator / Source Code / Editor2.proto.h < prev    next >
Encoding:
Text File  |  1992-09-13  |  305 b   |  10 lines  |  [TEXT/KAHL]

  1.  
  2. /* Editor2.c */
  3. TEHandle GetEditRec(textEdHdl);
  4. textEdHdl GetMasterERecord(TEHandle);
  5. int InsertLink(lineHdl, lineHdl *, lineHdl *, int);
  6. int ReplaceLink(lineHdl, lineHdl *, lineHdl *, int);
  7. int DeleteLink(lineHdl, lineHdl *, lineHdl *);
  8. lineHdl MakeLink(TEHandle, int);
  9. int ClickText(WindowPtr, Point);
  10.